Click or drag to resize

CalendarPermissionLevel Enumeration

Represents the permission level that a user has on a Calendar folder.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum CalendarPermissionLevel
Members
  Member nameValueDescription
Owner0 Indicates that the user can create, read, edit, and delete all items in the folder, and create subfolders. The user is both folder owner and folder contact.
PublishingEditor1 Indicates that the user can create, read, edit, and delete all items in the folder, and create subfolders.
Editor2 Indicates that the user can create, read, edit and delete all items in the folder.
PublishingAuthor3 Indicates that the user can create and read all items in the folder, edit and delete only items that the user creates, and create subfolders.
Author4 Indicates that the user can create and read all items in the folder, and edit and delete only items that the user creates.
NoneditingAuthor5 Indicates that the user can create and read all items in the folder, and delete only items that the user creates.
Reviewer6 Indicates that the user can read all items in the folder.
Contributor7 Indicates that the user can create items in the folder. The contents of the folder do not appear.
FreeBusyTimeOnly8 Indicates that the user can view only free/busy time within the calendar.
FreeBusyTimeAndSubjectAndLocation9 Indicates that the user can view free/busy time within the calendar and the subject and location of appointments.
Custom10 Indicates that the user has custom access permissions on the folder.
None11 Indicates that the user has no permissions on the folder.
See Also